home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2000 February
/
PCWorld_2000-02_cd.bin
/
Komunik
/
Webscr
/
HTMLtool
/
_SETUP.1
/
Pop Up.scp
< prev
next >
Wrap
Text File
|
1998-04-12
|
526b
|
16 lines
<HTMLtool>Open a second browser window at a specified position on the screen</HTMLtool>
<HTML>
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
<!--
function OpenMe(newin) {
flyout=window.open(newin,"flyout","resizable=no,scrollbars=yes,width=300,height=300,top=300,left=300")
}// -->
</SCRIPT>
</HEAD>
<BODY>
This script opens a pop-up window exactly where you want it using height, width, top and left.
<FORM>
<INPUT TYPE="button" NAME="Submit" VALUE="Open me" ONCLICK="OpenMe('Enter_URL_here')">
</FORM>
</HTML>